messages.py

Helper functions to print output to the terminal.

bashfuscator.common.messages.activateQuietMode()[source]

Activate quiet mode, only print errors.

bashfuscator.common.messages.printInfo(msg)[source]

Format and print informational messages to the terminal.

bashfuscator.common.messages.printWarning(msg)[source]

Format and print warning messages to the terminal.

bashfuscator.common.messages.printError(msg)[source]

Format and print error messages to the terminal.

bashfuscator.common.messages.printExitMsg(msg)[source]

Format and print exit messages to the terminal.